type google.golang.org/grpc/internal/transport.bufferPool

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L145: 	bufferPool *bufferPool
		http2_server.go#L124: 	bufferPool *bufferPool
		transport.go#L52: type bufferPool struct {
		transport.go#L56: func newBufferPool() *bufferPool {
		transport.go#L57: 	return &bufferPool{
		transport.go#L66: func (p *bufferPool) get() *bytes.Buffer {
		transport.go#L70: func (p *bufferPool) put(b *bytes.Buffer) {